home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / SHARED.DIR / 00226_doll_help.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  448 b   |  17 lines

  1. on mouseUp
  2.   mouseClick()
  3.   set oldSprites to saveSprites()
  4.   set oldCursors to saveCursors()
  5.   clearCursors()
  6.   set button to [133 + 144, 141 + 144]
  7.   set the cursor of sprite 3 to button
  8.   set the visible of sprite 7 to 0
  9.   set the visible of sprite 8 to 0
  10.   set the visible of sprite 9 to 0
  11.   set the visible of sprite 10 to 0
  12.   set the visible of sprite 11 to 0
  13.   play frame "HELP"
  14.   restoreSprites(oldSprites)
  15.   restoreCursors(oldCursors)
  16. end
  17.